Platform Properties |
|
Table 1. Platform Properties
Process Platform Property |
Description |
Default Value (milliseconds) |
---|---|---|
bus.blacklist.usersession.time |
This property determines the duration of a session for all users. The messages received within this duration are analyzed against the factors. The value must be specified in milliseconds. |
3600000 |
<user DN>.session.time |
This property determines the duration of a session for a particular user. The messages received within this duration are analyzed against the factors. The value must be specified in milliseconds. |
3600000 |
bus.blacklist.daemon |
This property determines the interval of the calculations. The messages received within an interval are stored and taken up for calculation along with the requests received during all the preceding intervals within the session. |
15000 |
bus.blacklist.thresholdvalue |
The threshold value is determined from this property. |
3 |
security.dos.default.requestLength |
The value of this property determines the maximum size of a request that can be received from any user. Requests sent by any user will blocked if they exceed this size. This value must be specified in KB. |
4096 |
security.dos.<user ID>.requestLength |
The value of this property determines the maximum size of a request that can be received from a particular authenticated user. This value must be specified in KB. This value is given priority over the value of the security.dos.default.requestLength property. |
4096 |
security.dos.watchInterval |
The value of this property determines the duration within which a certain number of requests can be received from any user. The duration must be specified in milliseconds. |
1000 |
security.dos.default.numRequest |
The value of this property determines the maximum number of requests that can be received from any user, within the duration specified in the security.dos.watchInterval property. |
100 |
security.dos.blockPeriod |
The value of this property determines the maximum number of requests that can be received from a particular authenticated user, within the duration specified in the security.dos.watchInterval property. This value is given priority over the value of the security.dos.default.numRequest property. |
100 |
security.dos.<user ID>.numRequest |
The value of this property determines the duration for which a user must be blocked if the requests from the user exceeds the given number within the given duration. The duration must be specified in milliseconds. |
360000 |
bus.blacklist.factor.NUM_REQUESTS |
Number of requests sent by the user to Gateway |
0 |
bus.blacklist.factor.NUM_INVALID_MESSAGES |
Number of invalid messages |
2 |
bus.blacklist.factor.UNKNOWN_USER |
Messages from an unknown user |
2 |
bus.blacklist.factor.NUM_MESSAGE_SENT |
Number of messages sent to the Service Container by Gateway |
0 |
bus.blacklist.factor.NUM_MESSAGE_RECEVIED |
Number of responses received by the Gateway from the Service Container |
0 |
bus.blacklist.factor.NUM_TIME_OUT_ERRORS |
Number of timeout errors occurred when the messages are received and sent to a user |
1 |
bus.blacklist.factor.NUM_SOAP_FAULTS |
Number of SOAP faults occurred when the messages are received and sent to a user |
0 |